|
|
I've rendered your code and the results are weird!!!! I cant see any reason
for it , but this get you round the problem....
#declare spheres = union {
sphere { <0, 0, 0>, 0.1 texture {pigment { color White } finish {
ambient 1 }}
translate <2.1, 9.7, -4> }
sphere { <0, 0, 0>, .1 texture {pigment { color White } finish {
ambient 1 }}
translate <-5.4, 9.35, -4> }
sphere { <0, 0, 0>, .1 texture {pigment { color White } finish {
ambient 1 }}
translate <-2.2, 12.6, -4> }
sphere { <0, 0, 0>, .1 texture {pigment { color White } finish {
ambient 1 }}
translate <-2.2, 6, -4> }
};
#declare combo = union {
object { Reloj rotate y*115 translate <0, 0, 0> }
object { spheres}
};
object { combo }
Post a reply to this message
|
|